home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Programming
/
Python1.4_Source
/
Objects
/
protos
/
frameobject_protos.h
< prev
next >
Wrap
Text File
|
1998-06-24
|
203b
|
6 lines
/* frameobject.c */
static object *frame_getattr ( frameobject *f , char *name );
static int frame_setattr ( frameobject *f , char *name , object *value );
static void frame_dealloc ( frameobject *f );